postEvent

abstract fun postEvent(type: EventType, event: Event)

Posts an event to the message adapter.

Parameters

type

The type of the message.

event

The event to be posted.